"classic MacOS X aqua" shadcn/ui theme

futuristic
high-contrast
immersive
experimental
modern-aqua

Shadcn/ui Theme Css Variables

name: Neo-Aqua Pulsekeyword: classic MacOS X aqua views: 0

:root {
  --background: 210 100% 98%;
  --foreground: 240 10% 3.9%;
  --card: 210 100% 95%;
  --card-foreground: 240 10% 3.9%;
  --popover: 210 100% 95%;
  --popover-foreground: 240 10% 3.9%;
  --primary: 200 100% 50%;
  --primary-foreground: 210 100% 98%;
  --secondary: 220 100% 90%;
  --secondary-foreground: 240 5.9% 10%;
  --muted: 220 100% 90%;
  --muted-foreground: 240 3.8% 46.1%;
  --accent: 200 100% 75%;
  --accent-foreground: 240 5.9% 10%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 220 100% 85%;
  --input: 220 100% 85%;
  --ring: 200 100% 50%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}